Package-level declarations

Functions

Link copied to clipboard
fun <T : Any, P> KProperty1<T, P>.isNotNull(): Specification<T>

Creates a Specification that checks if the property is not null.

Link copied to clipboard
fun <T : Any, P> KProperty1<T, P>.isNull(): Specification<T>

Creates a Specification that checks if the property is null.